//==============================================================================
// Misc Building_anim.txt
//==============================================================================

import Construction_defines_anim.txt

//==============================================================================
anim Idle
{
   SetSelector
   {
       TechLogic none/age 4
       SetSelector
       {
           ConstructionLogic 0 50
           set hotspot
           {
               version
               {
                   Visual Building G Stoa
               }
           }
           set hotspot
           {
               version
               {
                   Visual building construction 4x2 a
		            connect attachpoint G_Small_Brick hotspot
		            connect face G_Small_Brick hotspot
		            connect chin G_Small_Brick hotspot
		            connect leftfoot G_Small_Brick hotspot
		            connect lefthand G_Small_Brick hotspot
		            connect leftleg G_Small_Brick hotspot
               }
           }
           set hotspot
           {
               version
               {
                  Visual building construction 4x2 b
		            connect attachpoint G_Small_Brick hotspot
		            connect face G_Small_Brick hotspot
		            connect chin G_Small_Brick hotspot
		            connect leftfoot G_Small_Brick hotspot
		            connect lefthand G_Small_Brick hotspot
		            connect leftleg G_Small_Brick hotspot
               }
           }
       }
       SetSelector
       {
           ConstructionLogic 0 50
           set hotspot
           {
               version
               {
                   Visual Building G Stoa_Age3
               }
           }
           set hotspot
           {
               version
               {
                   Visual building construction 4x2 a
		            connect attachpoint G_Small_Brick hotspot
		            connect face G_Small_Brick hotspot
		            connect chin G_Small_Brick hotspot
		            connect leftfoot G_Small_Brick hotspot
		            connect lefthand G_Small_Brick hotspot
		            connect leftleg G_Small_Brick hotspot
               }
           }
           set hotspot
           {
               version
               {
                  Visual building construction 4x2 b
		            connect attachpoint G_Small_Brick hotspot
		            connect face G_Small_Brick hotspot
		            connect chin G_Small_Brick hotspot
		            connect leftfoot G_Small_Brick hotspot
		            connect lefthand G_Small_Brick hotspot
		            connect leftleg G_Small_Brick hotspot
               }
           }
        }
    }
}

